Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding user=self.request.user to resolve discount issue #145

Closed
wants to merge 1 commit into from

Conversation

mountdeluxe
Copy link

Fix to a voucher/coupon issue present on the preview details page, confirmation page and the entry in the dashboard.

Up until the Paypal redirect everything is fine, but on return from Paypal the discount isn't coming through at all to these pages.

Noted as an issue here: #144

…_frozen_basket(). To fix an issue with discounts not coming through on the return from Paypal. Refer to the following link for more info https://groups.google.com/forum/#!topic/django-oscar/ejarOaypuwU
@mountdeluxe mountdeluxe changed the title Adding user=self.request.user to the re-apply any offers code of load… Adding user=self.request.user to resolve discount issue Jul 29, 2016
@sasha0
Copy link
Member

sasha0 commented Jul 29, 2016

@mountdeluxe please check failing tests for Oscar 1.0.

@SalahAdDin
Copy link

Other guys applyed this fix instead:

# Re-apply any offers
        Applicator().apply(basket, self.request.user, request=self.request)
```.

@astagi
Copy link

astagi commented Jun 12, 2017

+1 fixed my issue

@solarissmoke
Copy link
Member

Fixed in #159.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants